Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export driver #177

Merged
merged 6 commits into from
Feb 28, 2024
Merged

Export driver #177

merged 6 commits into from
Feb 28, 2024

Conversation

cemezgin
Copy link
Contributor

@cemezgin cemezgin commented Feb 20, 2024

Exporting driver to enable sqltrace integration

clickhouse.go Outdated Show resolved Hide resolved
clickhouse.go Outdated
@@ -6,15 +6,15 @@ import (
)

func init() {
sql.Register("chhttp", new(chDriver))
sql.Register("chhttp", new(ChDriver))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please update tests and examples

@cemezgin
Copy link
Contributor Author

I checked the failing tests but couldn't find any relation between my pr. Do you know what is the issue in there? @DoubleDi

@DoubleDi
Copy link
Collaborator

@cemezgin please update to the latest master branch. The tests are fixed there

README.md Outdated
@@ -267,6 +267,11 @@ func main() {
}
}
```
Use with trace
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add reference link to sqltrace

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay I put a full datadog tracing example

@DoubleDi DoubleDi merged commit 6af6c7b into mailru:master Feb 28, 2024
5 checks passed
@DoubleDi
Copy link
Collaborator

Thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants